home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / golds20.sdn / MANUAL.DOC < prev    next >
Text File  |  1991-10-30  |  10KB  |  265 lines

  1. -
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                          fastsystem GOLD   System Utility
  24.  
  25.                                     Version 2.0
  26.                             Copyright (C) 1990 - 1991 by:
  27.  
  28.                                  Jack W Hildenbrand
  29.                                    9500 St.Rt.61
  30.                              Berlin Hts.,  Ohio   44814
  31.                                Phone 1 (419) 588-3608
  32.  
  33.                                   User support BBS
  34.                              419-588-3615  3/12/2400 N81
  35.  
  36.  
  37.                                    Distributed By:
  38.  
  39.                                     jwh:SoftWare
  40.                                     P.O. Box 410
  41.                              Berlin Hts.,  Ohio   44814
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. -
  67.  
  68.  
  69.  
  70.          fastsystem GOLD System Utility.
  71.          ==============================:>
  72.  
  73.          System/Text/Batch File Editor
  74.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  75.                    Provides you with options that allow you to enter DOS
  76.          commands. To run DOS commands, simply enter the commands into the
  77.          editor and then press the F1 key.   Also along with this module
  78.          you may create/load/edit/save batch files to any drive/directory
  79.          on your system.
  80.  
  81.          F1 = Run.... This option will execute or run the commands that
  82.                       have been entered at the editor window. Multiple
  83.                       commands may be executed at the same time.
  84.  
  85.          F2 = Load... Use this option to load an existing file into
  86.                       the editor. When choosing this option a list of
  87.                       files found on the current drive/directory will be
  88.                       listed to screen. You may choose one of these files
  89.                       by moving the highlight bar to the file you want and
  90.                       then press the enter key. At this point if you press
  91.                       the ESC key you will be returned to the editor
  92.                       without loading a file.
  93.  
  94.          F3 = Save... Use this option to save a file that has been created
  95.                       or changed. The file will be saved to the current
  96.                       drive/directory listed in the top prompt box.
  97.  
  98.          F4 = Clear.. This option will clear the editor window of any text.
  99.  
  100.          F5 = Print.. Use this option to send the editor text to your printer.
  101.  
  102.          F6 = Path... Use this option to change the current DOS path listed
  103.                       in the prompt box at top of your screen. This path
  104.                       may also be changed through the edit window simply by
  105.                       entering the new path and then press the F1 key.
  106.  
  107.          F7 = Image.. Using this option will create a screen copy of the
  108.                       current screen. You may view this image by re-sizing the
  109.                       edit window.
  110.  
  111.          F8 = Margin. Use this option to reset the right editor margin.
  112.  
  113.  
  114.          AUTOEXEC.BAT & CONFIG.SYS File Switcher
  115.          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116.  
  117.          (ESC)............... This option will return you to DOS.
  118.  
  119.          To create a new file, simply select a blank line from the file list
  120.          by moving the highlight bar to the line you want to add a file
  121.          description to and then press the enter key. Enter the title or
  122.          description and then press enter. At this point you will be taken
  123.          back to the file list menu and your new file description will be
  124.          listed. To edit this new file, simply select it from the list again
  125.          and then press enter. At this time you will be taken to the options
  126.          menu.
  127.  
  128.  
  129.  
  130.                                        Page 1
  131.  
  132. -
  133.  
  134.  
  135.  
  136.          The OPTIONS Menu.
  137.          ================:>
  138.  
  139.          This menu will present you with several options that will be
  140.          active only on the file that you have chosen.
  141.  
  142.          (ESC)............... This option will return you to the main menu.
  143.  
  144.          A........ This option will take you to the text editor that will
  145.                    allow you to edit or change the chosen file listed at
  146.                    the top of the screen.  This editor is a full featured
  147.                    text editor that includes block copy and paste options.
  148.                    This editor is explained fully later in this manual.
  149.  
  150.          B........ This option will install the file that you have chosen
  151.                    to the root directory of drive C as the AUTOEXEC.BAT
  152.                    file. You will be asked to verify all actions.
  153.  
  154.          C........ This option will install the file that you have chosen
  155.                    to the root directory of drive C as the CONFIG.SYS
  156.                    file. You will be asked to verify all actions.
  157.  
  158.          D........ This option will allow you to completely remove the file
  159.                    listed at the top of screen. You will be prompted to
  160.                    verify this action.
  161.  
  162.          Editor     Options and Commands:
  163.          ===============================:>
  164.  
  165.          Home/End........ Move cursor to start/end of line.
  166.  
  167.          Ctrl-Home/End... Move cursor to top/bottom of window.
  168.  
  169.          PgUp/PgDn....... Display previous/next page.
  170.  
  171.          Ctrl-PgUp/PgDn.. Display first/last page.
  172.  
  173.          Ctrl-Left/Right. Move cursor by whole words.
  174.  
  175.          Ctrl-Y.......... Delete the current line.
  176.  
  177.          Ctrl-N.......... Insert a new line.
  178.  
  179.          Insert.......... Toggle insert mode on/off.
  180.  
  181.          Delete.......... Delete character at cursor location and move
  182.                           text left one position.
  183.  
  184.          Backspace....... Delete character at cursor location and move
  185.                           cursor left one position.
  186.  
  187.          Tab............. Move cursor right four positions.
  188.  
  189.          Shift-Tab....... Move cursor left four positions.
  190.  
  191.          Arrow Keys...... Move cursor one position in direction of arrow.
  192.  
  193.          Enter........... Starts a new line.
  194.  
  195.  
  196.                                        Page 2
  197.  
  198. -
  199.  
  200.  
  201.  
  202.          To re-size the editor window:
  203.  
  204.          1>- Placing the mouse on the arrow icon at the upper right corner
  205.              of the edit window and then clicking the left mouse button
  206.              will expand the window to full size.
  207.  
  208.          2>- Placing the mouse on the upper left diamond icon on the edit
  209.              window and while holding the left mouse button down, you may
  210.              move the top and left side of the window.
  211.  
  212.          3>- Placing the mouse on the lower right diamond icon on the edit
  213.              window and while holding the left mouse button down, you may
  214.              move the bottom and right side of the window.
  215.  
  216.          4>- The edit window may be moved about on your screen by placing
  217.              your mouse on the ruler bar and then while holding the left
  218.              mouse button down, the window will follow your mouse movement.
  219.  
  220.          To copy a block. Move cursor to upper left corner of block then
  221.                           while holding the shift key down move the cursor
  222.                           right or down to lower right corner of block.
  223.                           At this point pressing any key except the ESC or
  224.                           delete key will copy block to clipboard. If you
  225.                           press the delete key at this point the block will
  226.                           be deleted and also copied to the clipboard.
  227.  
  228.          Pasting a block. Move the cursor to the new location and then press
  229.                           the Shift-Insert keys.
  230.  
  231.                   NOTE !  Block operations may also be accomplished with
  232.                           a mouse.
  233.  
  234.                    Also   Once a block has been copied to the clipboard
  235.                           you may return to the files menu, reload or create
  236.                           a new file then from the options menu choose
  237.                           option (1) to load this new file into the editor
  238.                           and then paste a previously saved block to this
  239.                           new file. Also saved blocks may be copied between
  240.                           the batchDOS editor and the system file editor.
  241.  
  242.  
  243.          DISCLAIMER
  244.  
  245.          Users of fastsystem GOLD System Utility must accept this disclaimer
  246.          of warranty: fastsystem GOLD System Utility is supplied as is.  The
  247.          author disclaims all warranties, expressed or implied, including,
  248.          without limitation, the warranties of merchantability and of fitness
  249.          for any purpose.  The author assumes no liability for damages, direct
  250.          or consequential, which may result from the use of fastsystem GOLD
  251.          System Utility. You must treat this shareware version just like a book.
  252.          An example is that this software may be used by any number of people
  253.          and may be freely moved from one computer location to another, so long
  254.          as there is no possibility of it being used at one location while it's
  255.          being used at another.  Just as a book cannot be read by two different
  256.          persons at the same time.
  257.  
  258.             jwh: SoftWare
  259.             PO Box 410     9500 St.Rt.61
  260.             Berlin Heights,   Ohio 44814
  261.             Phone (419) 588-3608
  262.                                        Page 3
  263.  
  264. -
  265.